@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
html{
	width: 100%;
	overflow-x:hidden;
}
body{
	font-family: PingFangSC-Regular, PingFang SC, arial, helvetica, sans-serif;
}
a{
	color: #000;
	text-decoration: none;
}
ul,li{
	list-style: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
.header{
	position: fixed;
	width: 100%;
    height: 70px;
	left: 0;
	top: 0;
	z-index: 999;
}
.blank{
	height: 50px;
}
#topcontrol{
	background: rgb(0 0 0 / 65%);
	z-index: 9999999;
	border-radius: 5px;
}
.fixs{
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 99999;
}
.fix,.header:hover{
	background: #fff;
	padding-bottom: 20px;
	box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
	z-index: 999999;
}
.fix .sub-station:after,.header:hover .sub-station:after{
	background-image: url("../img/arrow-down2.png");
}
.sub-station ul{
	display: none;
	width: 90px;
	padding: 20px;
	position: absolute;
	top: 40px;
	left: 0;
	background: rgba(255, 255, 255, 1);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.sub-station li{
	font-size: 14px;
	height: 36px;
	line-height: 36px;
}
.sub-station li a{
	color: #333;
}
.header:hover .sub-station,.fix .sub-station,.subhead .sub-station{
	color: #333;
}
.header:hover .nav li a,.fix .nav li a,.subhead .nav li a{
	color: #333;
}
.logo{
	margin: 26px 0 0 110px;
}
.logo-black{
	display: none;
}
.header:hover .logo-black,.fix .logo-black{
	display: block;
}
.header:hover .logo-white,.fix .logo-white{
	display: none;
}
.nav{

}
.nav li{
	display: inline-table;
	height: 70px;
	line-height: 70px;
	margin: 0 18px;
}
.nav li a{
	color: #fff;
}
.nav li.cur a{
	color: #ea5404;
}
.nav li.cur{
	border-bottom: 2px solid #ea5404;
}
.sub-station{
	margin: 24px 110px 0 50px;
	color: #fff;
	position: relative;
	padding: 0 20px 20px 0;
	cursor: pointer;
}
.sub-station:after{
	content: '';
	display: block;
	width: 10px;
	height: 5px;
	background-image: url("../img/arrow-down1.png");
	background-position: center center;
	background-size: 10px 5px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 10px;
}
.sub-station a{
	color: #fff;
}
.banner{
	width: 100%;
	font-size: 0;
	overflow: hidden;
	position: relative;
}
.banner video{
	width: 100%;
    object-fit: cover;
    max-height: 100vh;
    display: block;
}
.banner-txt{
    position: absolute;
    left: 0;
    top: 30%;
text-align:center;
    width: 100%;
	/*height: 100%;
     background: linear-gradient(180deg, rgba(2, 82, 255, 0.3) 46%, rgba(0, 0, 0, 0.3) 100%); 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;*/
	color: #fff;
}
.banner-txt h4,.banner-txt h5{
	font-size: 4.5rem;
}
.idx-title{
	font-size: 56px;
	font-weight: normal;
}
.idx-title-box{
	padding: 110px 0 110px 110px;
}
.idx-product{
	padding: 0 0 20px 0;
}
.idx-product-img{
	width: 315px;
}
.idx-product-img span{
	display: block;
	width: 315px;
	height: 558px;
	overflow: hidden;
}
.idx-product-img img{
	width: 315px;
	height: 558px;
}
.idx-product-txt{
	width: 480px;
	padding: 0 0 0 30px;
}
.idx-product-item1 .idx-product-txt{
	padding: 240px 0 0 30px;
}
.idx-product-item1{
	margin: 0 0 0 110px;
}
.idx-product-item2{
	margin: 0 110px 0 0;
}
.idx-product-txt h4{
	font-size: 24px;
}
.idx-product-txt h5{
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #000;
	padding: 20px 0;
}
.idx-product-txt p{
	line-height: 180%;
	padding: 15px 0 0 0;
}
.idx-product-txt h6{
	padding: 60px 0 0 0;
}
.idx-product-txt h6 i{
	display: block;
	width: 40px;
	height: 11px;
	background-image: url("../img/arrow1.png");
	background-position: center center;
	background-size: 40px 11px;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.idx-product-txt h6:hover i {
	transform: translateX(8px);
}

.idx-product .idx-product-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:  0 110px;
}
.idx-product .idx-product-content .idx-product-content-item {
	width: 30%;
	text-align: center;
	padding-bottom: 20px;
	cursor: pointer;
	transition:  box-shadow 0.5s;
	border-radius: 6px;
	border-bottom: 5px rgba(0,0,0,0) solid;
	box-shadow: 0px 1px 5px 0px rgba(170, 170, 170, 0.2);
}
.idx-product .idx-product-content .idx-product-content-item:hover {
	box-shadow: 0px 5px 10px 0px rgba(170, 170, 170, 0.4);
	transition: box-shadow  0.5s;
	border-bottom: 5px #EA5303 solid;
}
.idx-product .idx-product-content .idx-product-content-item img{
	border-radius: 6px 6px 0 0 ;
	width: 100%;
}

.idx-product .idx-product-content .idx-product-content-item h4{
	font-size: 24px;
	margin-top: 20px;
}

.idx-product .idx-product-content .idx-product-content-item h5{
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0;
}

.idx-product .idx-product-content .idx-product-content-item p{
	line-height: 180%;
	padding: 15px 0 0 0;
	margin: 0 30px 20px 30px;
	text-align: left;
}

.idx-product .idx-product-content .idx-product-content-item span{
	color: rgba(143, 143, 143, 1);
	font-size: 16px;
	text-align: center;
	margin: 30px 0;
}

.idx-service-container{
	background: #1b1f25;
}
.idx-service-box{
	width: 1520px;
	margin: 0 auto;
}
.idx-service-nav{
	width: 390px;
	color: #fff;
	padding: 55px 0 0 0;
}
.idx-service-content{
	font-size: 0;
	width: 1130px;
}
.idx-service-img{
	display: inline-table;
	width: 565px;
	position: relative;
}

.idx-service-img:hover .idx-service-txt p{
	display: block;
}
.idx-service-img:hover .arrow{
	transform: translateX(12px);
}
.idx-service-txt{
	position: absolute;
	left: 40px;
	bottom: 45px;
	width: 450px;
	color: #fff;
}
.idx-service-txt h4{
	font-size: 32px;
	font-style: italic;
}
.idx-service-txt p{
	font-size: 16px;
	display: none;
}
.arrow{
	content: '';
	display: none;
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 33px;
	height: 10px;
	background-image: url("../img/arrow3.png");
	background-position: center center;
	background-size: 33px 10px;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.block{
	display: block;
}
.service-item-box h4{
	font-size: 32px;
}
.service-item-box p{
	font-size: 16px;
}
.idx-service-item,.sercur{
	display: block;
	height: 140px;
	overflow: hidden;
	cursor: pointer;
}
.service-nav-txt{
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
}
.idx-service-item:hover .service-nav-txt{
	transform: translateX(22px);
}
.sercur .service-nav-txt{
	margin-left: 22px;
}
.idx-service-item h4,.sercur h4{
	font-size: 32px;
	color: #8d8f92;
}
.idx-service-item h5,.sercur h5{
	display: none;
}
.idx-service-item h5 i,.sercur h5 i{
	display: block;
	width: 21px;
	height: 6px;
	background-image: url("../img/arrow2.png");
	background-position: center center;
	background-size: 21px 6px;
	background-repeat: no-repeat;
}
.idx-service-item p,.sercur p{
	font-size: 16px;
	color: #8d8f92;
	padding: 10px 0 20px 0;
}
.idx-service-item:hover h4,.idx-service-item:hover p,.sercur h4,.sercur p{
	color: #fff;
}
.sercur:hover .service-nav-txt{
	transform: translateX(0);
}
.idx-service-item:hover h5,.sercur h5{
	display: block;
}
.service-nav-txt:after{
	content: '';
	display: block;
	width: 6px;
	height: 38px;
	background: #ea5404;
	position: absolute;
	left: -20px;
	top: 0;
}
.case-box{
	position: relative;
	width: 443px;
	overflow: hidden;
}
.case-ico{
	position: absolute;
	left: 7px;
	bottom: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 20px;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.case-ico img{
	vertical-align: middle;
	width: 62px;
}
.case-box h4{
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 108px;
}
.case-box span{
	display: block;
	width: 443px;
	height: 258px;
	overflow: hidden;
}
.case-box span img{
	width: 443px;
	height: 258px;
}
.idx-customer{
	padding-bottom: 70px;
}
.idx-customer-img-item{
	display: inline-table;
	width: 140px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	padding: 20px 20px;
	margin-bottom: 10px;
}
.idx-customer-img-item img{
	vertical-align: middle;
	width: 100px;
	height: 46px;
	padding: 20px 9px;
}
.idx-customer-img-item a{
	opacity: .6;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.idx-customer-img-item a:hover{
	opacity: 1;
}
.idx-customer-tab{
	width: 462px;
	margin: 55px 0 0 170px;
	padding: 0 0 0 0;
	border-right: 2px solid #dedede;
}
.idx-customer-item{
	padding: 0 0 50px 0;
	cursor: pointer;
	position: relative;
}
.idx-customer-item h4{
	font-size: 16px;
	position: relative;
	font-weight: normal;
	color: #b3b3b3;
	padding-bottom: 60px;
}
.idx-customer-item h4 em{
	position: absolute;
	left: 100px !important;
	top: -20px;
	font-size: 60px;
	color: #b3b3b3;
	font-style: normal;
	font-weight: bold;
}
.idx-customer-item h4 em sup{
	font-size: 18px;
	font-weight: normal;
}
.idx-customer-item h4 em i{
	font-size: 18px;
	font-weight: normal;
}
.idx-customer-item.swiper-button-disabled:after{
	content: '';
	display: block;
	width: 2px;
	height: 220px;
	background: #000;
	position: absolute;
	top: 0;
	right: -2px;
}
.idx-customer-item p{
	color: #b3b3b3;
	padding: 0 40px 0 0;
}
.idx-customer-item.swiper-button-disabled p{
	color: #000;
}
.idx-customer-item.swiper-button-disabled h4,.idx-customer-item.swiper-button-disabled em{
	color: #ea5404;
}
.idx-customer-img{
	width: 1020px;
	margin: 0 0 0 0;
	padding: 50px 0 0 0;
}
.idx-about{
	position: relative;
}
.idx-about video{
	width: 100%;
    object-fit: cover;
    display: block;
}
.idx-about-txt{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1220px;
	margin: -180px 0 0 -610px;
	color: #fff;
	z-index: 99999;
}
.idx-about-txt h4,.idx-about-txt h5{
	font-size: 80px;
	font-weight: normal;
}
.idx-about-mask{
	width: 1219px;
	height: 180px;
	background: rgba(0, 0, 0, 0.5);
	margin: 26px auto;
}
.idx-about-txt h4{
	font-size: 48px;
	color: #000;
}
.idx-about-txt h4 i{
	font-style: normal;
	font-size: 30px;
}
.idx-about-nav li{
	float: left;
	display: inline;
	width: 395px;
	text-align: center;
}
.idx-about-nav li a{
	display: block;
	width: 395px;
	height: 68px;
	line-height: 68px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	text-align: center;
}
.idx-about-nav li a:hover{
	background: rgba(234, 84, 4, 0.8);
}
.idx-about-item{
	width: 33.33%;
	float: left;
	text-align: center;
	padding: 20px 0 0 0;
}
.idx-about-item h5{
	font-size: 68px;
}
.idx-about-item h5 em{
	font-size: 24px;
	font-style: normal;
}
.idx-about-item p{
	font-size: 24px;
}
.idx-news-container{
	text-align: center;
	font-size: 0
}
.idx-news-item{
	width: 410px;
	height: 436px;
	display: inline-table;
	margin: 0 15px;
	padding: 34px 0 0 0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.idx-news-item:hover{
	box-shadow: 0 0 15px rgba(44, 44, 44, 0.3);
}
.idx-news-item span{
	display: block;
	width: 364px;
	
	<!-- height: 211px; -->
	overflow: hidden;
	margin: 0 auto;
}
.idx-news-item span img{
	width: 364px;
	
height: 211px;
}
.idx-news-item h5{
	font-size: 14px;
	font-weight: normal;
	margin: 0 22px;
	text-align: left;
	padding: 30px 0 0 0;
	color: #b3b3b3;
}
.idx-news-item h4{
	font-size: 24px;
	font-weight: normal;
	margin: 0 22px;
	text-align: left;
	padding: 18px 0;
}
.idx-news-item h3{
	font-size: 16px;
	margin: 0 22px;
	text-align: left;
	color: #b8b8b8;
	font-weight: normal;
}
.idx-more{
	font-weight: normal;
	font-size: 18px;
	position: relative;
}
.idx-more i{
	display: block;
	width: 40px;
	height: 11px;
	background-image: url("../img/arrow1.png");
	background-position: center center;
	background-size: 40px 11px;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: absolute;
	left: 190px;
	top: 10px;
}
.idx-more a:hover i {
	transform: translateX(8px);
}
footer{
	background: #111;
	color: #a0a0a0;
}
footer a{
	color: #a0a0a0;
}
.foot-item{
	float: left;
	font-size: 14px;
	padding: 0 0 0 80px;
}
.foot-item h4{
	color: #fff;
	padding-bottom: 16px;
}
.foot-item li{
	height: 32px;
	line-height: 32px;
}
.foot-item2{
	width: 160px;
}
.foot-item2 li{
	width: 50%;
	float: left;
}
.foot-item3 li{
	position: relative;
}
.foot-item3 li span{
	position: absolute;
	right: -100px;
	bottom: -45px;
	display: none;
}
.foot-item3 li a:hover span{
	display: block;
}
.foot-item p{
	height: 32px;
	line-height: 32px;
}
.foot-logo{
	margin: 0 0 0 128px;
	padding: 80px 0 0 0;
}
.foot-nav{
	margin: 0 128px 0 0;
	padding: 50px 0;
}
.foot-logo p{
	color: #5b5b5b;
	text-align: center;
	font-size: 20px;
}
.copyright{
	background: #0b0b0b;
	color: #5b5b5b;
	text-align: right;
	font-size: 14px;
	height: 54px;
	line-height: 54px;
}
.copyright a{
	color: #5b5b5b;
}
.copyright a:hover{
	color: #a0a0a0;
}
.copyright img{
	vertical-align: middle;
}
.copyright p{
	margin-right: 128px;
}
.idx-product-img:hover img,.case-box:hover img,.idx-news-item:hover img,.case-item:hover img,.news-item:hover img,.hornor-item:hover img{
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
}
.idx-product-img img,.case-box img,.idx-news-item img,.case-item img,.news-item img,.hornor-item img{
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.sbanner{
	padding: 90px 0 0 0;
}
.sbanner img{
	width: 100%;
}
.sub-title{
	text-align: center;
	font-size: 30px;
	padding: 70px 0 50px 0;
}
.case-container{
	width: 1400px;
	margin: 0 auto;
	font-size: 0;
}
.case-select{
	text-align: center;
	padding-bottom: 30px;
}
.case-select select{
	display: inline-table;
	width: 272px;
	height: 40px;
	outline: none;
	border: 1px solid #ccc;
	font-size: 16px;
	padding: 0 15px;
}
.case-item{
	display: inline-table;
	width: 420px;
	height: 498px;
	background: #fff;
	position: relative;
	margin: 20px 0 20px 25px;
}
.case-item:hover{
	box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
}
.case-item span img{
	width: 420px;
	height: 237px;
}
.case-item span{
	display: block;
	width: 420px;
	height: 237px;
	overflow: hidden;
}
.case-item em{
	position: absolute;
	left: 10px;
	top: 260px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 20px;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
}
.case-item em img{
	vertical-align: middle;
	width: 62px;
}
.case-item h4{
	font-size: 20px;
	font-weight: normal;
	padding: 35px 0 15px 110px;
	text-align: left;
}
.case-item h5{
	font-size: 16px;
	color: #848484;
	font-weight: normal;
	padding: 0 0 40px 110px;
	text-align: left;
}
.case-item h6{
	padding: 0 0 40px 110px;
	border-bottom: 1px solid #ecebeb;
	text-align: left;
}
.case-item h6 i{
	font-style: normal;
	font-weight: normal;
	background: #ecebeb;
	padding: 5px 10px;
}
.hit{
	font-size: 0;
}
.hit li{
	display: inline-table;
	font-size: 14px;
	color: #848484;
	padding: 15px 0 0 0;
	line-height: 150%;
	width: 50%;
	text-align: center;
}
.hit li i{
	font-style: normal;
	font-size: 24px;
	font-weight: bold;
	color: #595656;
}
.cate-nav-box{
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
}
.cate-nav{
	width: 1340px;
	margin: 0 auto;

}
.cate-nav li{
	display: inline-table;
	height: 88px;
	line-height: 88px;
	font-size: 16px;
	margin-right: 50px;
	padding: 0 10px;
}
.cate-nav li.cur{
	border-bottom: 2px solid #ea5404;
}
.news-container{
	width: 1400px;
	margin: 0 auto;
	padding-top: 50px;
}
.news-item{
	width: 420px;
	display: inline-table;
	margin: 0 0 30px 32px;
}
.news-item span{
	display: block;
	width: 420px;
	height: 286px;
	overflow: hidden;
}
.news-item span img{
	width: 420px;
	height: 286px;
}
.news-item h4{
	padding: 15px 20px 10px 20px;
	font-size: 20px;
	color: #444;
}
.news-item h4 a{
	color: #444;
}
.news-item h5{
	padding: 0 20px;
	font-size: 14px;
	font-weight: normal;
}
.news-detail{
	width: 1290px;
	margin: 60px auto;
	background: #fff;
	padding: 75px 75px 0 75px;
}
.prev-next{
	height: 130px;
	border-top: 1px solid #ecebeb;
}
.prev-next span{
	display: block;
	padding: 20px 0;
}
.news-prev,.news-next{
	width: 49%;
	height: 130px;
	position: relative;
}
.news-prev:after,.news-next:after{
	content: '';
	display: block;
	width: 40px;
	height: 11px;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px 11px;
	position: absolute;
	top: 60px;
}
.news-prev:after{
	left: 0;
	background-image: url("../img/arrow-left.png");
}
.news-next:after{
	right: 0;
	background-image: url("../img/arrow-right.png");
}
.news-prev .prev-next-title{
	padding-left: 70px;
	padding-right: 20px;
}
.news-prev span{
	padding-left: 70px;
}
.news-prev{
	border-right: 1px solid #ecebeb;
}
.news-next .prev-next-title{
	padding-left: 20px;
	padding-right: 70px;
}
.news-next span{
	padding-left: 20px;
}
.pagination {
    display: block;
    text-align: center;
    font-size: 0;
    padding: 50px 0;
}
.pagination li {
    display: inline-table;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    font-size: 16px;
    margin: 0 5px;
    padding: 0 10px;
}
.pagenum .active {
    background: #00629b;
	color: #fff;
}
.gray{
	background: #f7f6f6;
}
.gray1{
	background: #fbfbfb;
}
.gray2{
	background: #e8eefc;
}
.title{
	font-size: 36px;
	position: relative;
}
.title span{
	position: absolute;
	right: 0;
	top: 0;
}
.title span img{
	width: 100px;
	border: 1px solid #ccc;
}
.title span b{
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	color: #595656;
}
.news-date{
	font-size: 16px;
	color: #595656;
	padding: 25px 0;
	font-weight: normal;
}
.content{
	line-height: 180%;
	padding: 0 188px 0 0;
}

.content img {
	width: 100%;
}

.content p{
	padding: 5px 0;
}
.contact-left{
	padding: 0 170px 0 0;
}
.contact-left h3{
	height: 80px;
	line-height: 80px;
	vertical-align: middle;
	padding-bottom: 70px;
}
.contact-left h3 img{
	vertical-align: middle;
}
.contact-left h3 span{
	margin-right: 12px;
	position: relative;
}
.contact-left h3 span em{
	display: none;
}
.contact-left h3 span:hover em{
	display: block;
	position: absolute;
	left: 0;
	bottom: -120px;
	z-index: 99999;
}
.contact-left h4{
	font-size: 36px;
	font-weight: normal;
}
.contact-left h5{
	font-size: 20px;
	color: #686565;
	font-weight: normal;
	padding: 30px 0;
}
.contact-left h6{
	font-size: 28px;
	font-weight: normal;
}
.contact-left ul{
	padding: 30px 0;
}
.contact-left li{
	height: 46px;
	font-size: 20px;
}
.contact-container{
	width: 1340px;
	margin: 0 auto;
	padding: 60px 0;
}
.contact-item{
	width: 716px;
	background: #f9f9f8;
	padding: 30px;
	margin-bottom: 10px;
}
.contact-item h4{
	font-size: 20px;
	font-weight: normal;
}
.contact-item p{
	padding: 20px 0 0 0;
	line-height: 180%;
}
.ipt-contact{
	width: 542px;
	height: 50px;
	background: #f9f9f8;
	color: #b2b2b2;
	border: none;
	outline: none;
	font-size: 18px;
	padding: 0 25px;
}
.form-item{
	margin-bottom: 28px;
}
.contact-form-left{
	width: 592px;
	margin: 0 25px 0 65px;
}

.message_code {
margin: 0 25px 0 65px;
}

.message_code input {
width: 100px;
	height: 50px;
	background: #f9f9f8;
	color: #b2b2b2;
	border: none;
	outline: none;
	font-size: 18px;
	padding: 0 25px;

}

.contact-form-right{
	width: 592px;
}
.contact-form{
	width: 1340px;
	margin: 0 auto;
	box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
}
.contact-form h4{
	text-align: center;
	font-size: 45px;
	padding: 75px 0 70px 0;
	font-weight: normal;
}
.contact-form textarea{
	width: 542px;
	height: 234px;
	background: #f9f9f8;
	padding: 25px;
	font-size: 18px;
	border: none;
	outline: none;
}
.form-item select{
	width: 592px;
	height: 50px;
	background: #f9f9f8;
	color: #b2b2b2;
	border: none;
	outline: none;
	font-size: 18px;
	padding: 0 25px;
}
.btn-contact{
	text-align: center;
	padding: 50px 0;
}
.btn-contact input{
	width: 166px;
	height: 52px;
	color: #fff;
	font-size: 18px;
	border: none;
	background: #b2b2b2;
	margin: 0 25px;
}
.service-box{
	width: 1340px;
	margin: 0 auto;
}
.service-box-left{
	float: left;
	width: 575px;
	padding: 45px 0 0 0;
}
.service-box-left h4{
	font-size: 30px;
	padding-left: 30px;
}
.service-box-left p{
	font-size: 16px;
	color: #696969;
	line-height: 180%;
	padding: 10px 0 10px 30px;
}
.service-box-left h5{
	font-size: 14px;
	font-weight: normal;
	padding-left: 30px;
}
.service-box-left h5 a{
	color: #ea5404;
}
.service-box-right{
	float: right;
	width: 700px;
}
.service-box{
	padding: 100px 0 20px 0;
}
.pop{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
	display: none;
}
.pop-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}
.pop-box {
    width: 1044px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    background: #FFFFFF;
    box-shadow: 0 12px 24px 0 rgb(0 0 0 / 10%);
    padding: 65px 80px 50px 64px;
    box-sizing: border-box;
}
.logo-pic {
    width: 160px;
    float: left;
    margin-right: 32px;
}
.logo-pic img {
    width: 100%;
}
.mess-box {
    overflow: hidden;
}
.mess-box .name {
    font-size: 30px;
    color: #2A2E2E;
    letter-spacing: 0;
    margin-bottom: 9px;
	text-align: left;
}
.mess-box .ms {
    width: 100%;
    overflow: hidden;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E9ECF0;
}
.mess-box .ms .label {
    font-size: 20px;
    color: #949696;
    letter-spacing: 0;
    line-height: 36px;
    float: left;
}
.mess-box .ms a {
    float: right;
    font-size: 16px;
    color: #0A43C8;
    letter-spacing: -0.01px;
    line-height: 36px;
}
.mess-box .desc p {
    font-size: 14px;
    color: #5F6464;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 15px;
	text-align: left;
}
.pop-box .close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 32px;
    top: 32px;
    cursor: pointer;
    z-index: 999999999;
}
.service1{
	padding-left: 50px;
}
.service1-item{
	display: inline-table;
	width: 210px;
	margin-bottom: 80px;
	text-align: center;
}
.service1-item h4{
	font-size: 18px;
	font-weight: normal;
	padding: 20px 0 0 0;
}
.service2-item{
	width: 270px;
	float: left;
	margin-left: 55px;
	margin-bottom: 80px;
}
.service2-item span{
	float: left;
}
.service2-item-txt{
	float: left;
	margin: 0 0 0 28px;
	width: 140px;
}
.service2-item-txt h4{
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 18px;
}
.service2-item-txt p{
	font-size: 14px;
}
.solute-box{
	width: 1340px;
	margin: 0 auto;
	padding: 0 0 70px 0;
}
.solute-box h5{
	font-size: 20px;
	padding: 30px 0 10px 0;
}
.solute-box li{
	height: 48px;
	line-height: 48px;
	font-size: 20px;
}
.solute-box-left{
	width: 272px;
	height: 478px;
	background: #fff;
	box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
	float: left;
	border-radius: 20px;
	text-align: center;
	position: relative;
}
.solute-bar{
	height: 100px;
	margin: 4px auto;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	position: relative;
}
.solute-bar:after{
	content: '';
	display: block;
	width: 69px;
	height: 69px;
	border-radius: 69px;
	position: absolute;
	left: 50%;
	top: 15px;
	margin: 0 0 0 -35px;
}
.solute-box-left .solute-bar:after{
	background-color: #5798fe;
	background-image: url("../img/ico-service1.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.solute-box-mid .solute-bar:after{
	background-color: #ffae00;
	background-image: url("../img/ico_service2.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.solute-box-right .solute-bar:after{
	background-color: #56cc61;
	background-image: url("../img/ico_service3.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.solute-title{
	text-align: center;
	font-size: 45px;
	padding: 75px 0;
}
.solute-box-left .solute-bar{
	width: 264px;
	background: #f3f7fc;
}
.solute-box-mid{
	width: 592px;
	height: 478px;
	background: #fff;
	box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
	float: left;
	border-radius: 20px;
	margin: 0 60px;
	text-align: center;
	position: relative;
}
.solute-box-mid .solute-bar{
	width: 584px;
	background: #f9f5f0;
}
.solute-box-mid h5{
	text-align: center;
}
.solute-box-mid ul{
	display: inline-table;
	width: 48%;
}

.solute-box-right{
	width: 272px;
	height: 478px;
	background: #fff;
	box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
	float: left;
	border-radius: 20px;
	text-align: center;
	position: relative;
}
.solute-box-right .solute-bar{
	width: 264px;
	background: #f3f7fc;
}
.solute-container{
	text-align: center;
	padding: 90px 0;
}
.solute-item{
	display: inline-table;
	width: 356px;
}
.solute-item span{
	float: left;
	width: 80px;
}
.solute-item-txt{
	float: left;
	width: 256px;
	height: 210px;
	padding-left: 10px;
	text-align: left;
}
.solute-item-txt h4{
	font-size: 18px;
	color: #333;
}
.solute-item-txt p{
	line-height: 180%;
	font-size: 14px;
	color: #696969;
	display: block;
	
	padding: 10px 0 0 0;
}
.solute-txt1{
	width: 14px;
	position: absolute;
	right: -36px;
    top: 190px;
	background: url("../img/arrow5.png") no-repeat center bottom;
	padding-bottom: 20px;
}
.solute-txt2{
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	margin-left: -7px;
    top: 275px;
	background: url("../img/arrow6.png") no-repeat center bottom;
}
.solute-txt3{
	width: 14px;
	position: absolute;
	left: -36px;
    top: 145px;
	background: url("../img/arrow5.png") no-repeat center center;
}
.about-container{
	width: 1340px;
	margin: 0 auto;
}
.about-container-flex{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
/*	background:blue;*/
}

.about-title{
	width: 1310px;
	margin: 0 auto;
	font-size: 30px;
	color: #0b0b0b;
	padding-bottom: 40px;
	padding-left: 30px;
}
.about-content-txt{
	float: left;
	width: 605px;
	font-size: 16px;
}
.about-content-txt p{
	padding: 0 0 40px 30px;
	line-height: 150%;
	color: #161616;
}
.about-content-img{
	float: right;
	width: 670px;
}
.about-content-img img{
	width: 100%;
}
.culture{
	padding: 150px 0 0 0;
}
.culture-img{
	float: left;
}
.culture-txt{
	float: left;
	padding: 0 0 0 75px;
}
.culture-txt h4{
	font-size: 24px;
	color: #595656;
	padding: 30px 0 10px 0;
}
.culture-txt p{
	font-size: 20px;
	padding: 0 0 60px 0;
}
.about-num{
	font-size: 0;
	padding-left: 30px;
}
.about-num li{
	width: 145px;
	display: inline-table;
	font-size: 16px;
	border-left: 1px solid #ccc;
	padding: 10px 0 10px 30px;
}
.about-num em{
	display: block;
	font-style: normal;
}
.about-num i{
	font-style: normal;
}
.about-num li font{
	font-weight: bold;
	font-size: 30px;
	color: #333333;
}
.team-item{
	width: 235px;
	display: inline-table;
	padding-bottom: 55px;
	position: relative;
	margin: 25px 10px;
    cursor: pointer;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
/*    background:red;*/
}
.team-item:hover {
    background: #F2F3F5;
}
.team-item span{
	display: block;
	width: 117px;
	height: 134px;
	overflow: hidden;
	float: right;
}
.team-item span img{
	width: 117px;
	height: 134px;
}
.team-item i{
	display: block;
	width: 32px;
	height: 32px;
	background: #ea5404;
	position: absolute;
	left: 108px;
    bottom: 40px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
}
.team-item:hover i{
	left: 118px;
    	bottom: 55px;
}
.team-txt{
	position: absolute;
	left: 20px;
	bottom: 10px;
}
.team-txt h4{
	font-size: 18px;
	padding-bottom: 20px;
	font-weight: normal;
}
.team-txt h5{
	font-size: 16px;
	color: #595656;
	font-weight: normal;
}
.team-container{
	padding: 100px 0 100px 0;
}
.hornor-container{
	padding: 100px 0;
	width: 1400px;
	margin: 0 auto;
	font-size: 0;
}
.hornor-item{
	display: inline-table;
	width: 420px;
	height: 285px;
	box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
	margin: 20px 20px;

}
.hornor-item span{
	display: block;
	width: 420px;
	height: 285px;
	overflow: hidden;
}
.hornor-item span img{
	width: 420px;
	height: 285px;
}
.history-container{
	width: 100%;
	height: 862px;
	background: url("../img/bg_history13.jpg") no-repeat center center;
}
.history h2{
	font-size: 45px;
	color: #fff;
	text-align: center;
	padding: 65px 0 20px 0;
	font-weight: normal;
}
.event_box {
	width:1200px;
	margin:3% auto 0;
	position:relative;
	min-height:420px;
	padding: 80px 0 0 0;
}
.event_box .parHd {
	width:100%;
	display:inline-block;
	height:92px;
	overflow:hidden;
}
.parHd  ul {
	width:100%;
	text-align:center;
	margin:0 auto;
	padding-top:25px !important;
}
.parHd .tempWrap {
	margin:0 auto;
}
.parHd .tempWrap:after {
	content:'';
	width:85%;
	height:1px;
	background:#fff;
	position:absolute;
	right:8%;
	top:35%;
	z-index:10;
}
.parHd li.no_line:before {
	display:none;
}
.parHd li {
	display:inline-block;
	cursor:pointer;
	padding-top:30px;
	font-size:16px;
	color:#fff;
	margin:0 30px;
	position:relative;
}
.parHd li:after {
	content:'';
	background:url(../img/dot_ico.png) no-repeat;
	width:24px;
	height:24px;
	position:absolute;
	z-index:20;
	top:-5px;
	left:50%;
	margin-left:-12px;
}
.parBd {
	text-align:center;
	margin-top:60px;
}
.parBd h4 {
	position:relative;
	font-size:40px;
	margin-bottom:3%;
	color: #fff;
	padding:0 60px;
	display:inline-block;
	text-align:center;
}
.parBd h4:after {
	content:'';
	background:#fff;
	width:100px;
	height:1px;
	position:absolute;
	left:-100px;
	bottom:27px;
}
.parBd h4:before {
	content:'';
	background:#fff;
	width:100px;
	height:1px;
	position:absolute;
	right:-100px;
	bottom:27px;
}
.parBd p {
	line-height:180%;
	font-size:16px;
	width:80%;
	margin:0 auto;
	color: #fff;
}
div#listBox {
	width:100%;
}
.sPrev,.sNext {
	width:30px;
	height:30px;
	display:block;
	position:absolute;
	top:95px;
	cursor: pointer;
}
.sPrev {
	left:0;
}
.sNext {
	right:0;
}
.sPrev img,.sNext img {
	transition:all .6s cubic-bezier(.51,1.1,.9,.95);
	-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);
	-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);
	-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);
}

.parHd li.act span {
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url(../img/cat.png) no-repeat;
	position: absolute;
	top: -5px;
	left: 6px;
	z-index: 21;
}
.parHd li span,.parHd li.clone span {
	display:none;
}
.about_txt{
	text-align: center;
	line-height: 180%;
	color: #fff;
	font-size: 14px;
}

.product-bar1{
	color: #272727;
	font-size: 36px;
	text-align: center;
	padding: 60px 0 10px 0px;
}
.product-bar2{
	color: #666;
	font-size: 24px;
	text-align: center;
}
.product-tab{
	width: 1200px;
	margin: 0 auto;
	#border-bottom: 1px solid #dbdbdb;
	font-size: 0;
	text-align: center;
	padding: 80px 0 0 0;
}
.product-tab li{
	display: inline-table;
	font-size: 20px;
	margin: 0 45px;
	cursor: pointer;
	padding: 20px 0;
}
.product-tab li.hover{
	border-bottom: 1px solid #ea5404;
}
.product-tab li span{
	display: block;
	padding-bottom: 20px;
}
.ico-hide{
	display: none !important;
}
.product-tab li.hover .ico-show{
	display: none !important;
}
.product-tab li.hover .ico-hide{
	display: block !important;
}

.pro-box{
	width: 1340px;
	margin: 0 auto;
}
.pro-box-left{
	float: left;
	width: 575px;
}
.pro-box-left h4{
	font-size: 32px;
}
.pro-box-left p{
	font-size: 16px;
	color: #696969;
	line-height: 180%;
	padding: 10px 0;
}
.pro-box-left h5{
	font-size: 14px;
	font-weight: normal;
}
.pro-box-left h5 a{
	color: #ea5404;
}
.pro-box-right{
	float: right;
	width: 700px;
}
.pro-box-right span{
	display: block;
	padding: 16px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
}
.pro-box-right span img{
	width: 100%;
}
.pro-box{
	padding: 80px 0;
}

.tab-content-img{
	width: 678px;
}
.tab-content-img img{
	width: 100%;
}
.tab-content-txt{
	width: 360px;
	padding-left: 40px;
}
.tab-content-txt h4{
	padding: 60px 0;
	color: #272727;
	font-size: 30px;
}
.tab-content-txt p{
	line-height: 180%;
}
.tab-content{
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}
.solute-container1{
	padding: 50px 0 0 0;
}
.solute-container-item{
	text-align: center;
	font-size: 0;
	padding: 90px 0 140px 0;
}
.solute-item-box{
	width: 230px;
	height: 256px;
	background: #fff;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 15px;
	display: inline-table;
	text-align: left;
	padding: 28px;
	margin: 0 10px;
}
.solute-item-box h4{
	font-size: 18px;
	padding: 20px 0;
	font-weight: normal;
}
.solute-item-box p{
	font-size: 14px;
	line-height: 180%;
	color: #979797;
}
.frindship{
	padding: 50px 0;
}
@media screen and (max-width: 1680px){
	.idx-product-txt{
		width: 412px;
	}
	.idx-product-img {
		width: 268px;
	}
	.idx-product-img span {
		display: block;
		width: 268px;
		height: 475px;
	}
	.idx-product-img img {
		width: 268px;
		height: 475px;
	}
	.case-box{
		width: 400px;
	}
	.idx-customer-tab {
		width: 462px;
		margin: 55px 0 0 110px;
	}
	.idx-customer-img {
		width: 930px;
		margin: 0 100px 0 0;
	}
	.foot-logo {
		margin: 0 0 0 108px;
	}
	.idx-news-item {
		width: 336px;
		height: 376px;
	}
	.idx-news-item h4 {
		font-size: 20px;
		padding: 15px 0;
	}
	.idx-news-item span {
		width: 286px;
		<!-- height: 166px; -->
	}
	.idx-news-item span img {
		width: 286px;
		 height: 166px;
	}
}

@media screen and (max-width: 1600px){
	.idx-product-txt{
		width: 372px;
	}
	.idx-product-img {
		width: 228px;
	}
	.idx-product-img span {
		display: block;
		width: 228px;
		height: 404px;
	}
	.idx-product-img img {
		width: 228px;
		height: 404px;
	}
	.idx-product-item1 .idx-product-txt {
		padding: 132px 0 0 30px;
	}
	.case-box {
		width: 380px;
	}
	.idx-customer-tab {
		width: 440px;
	}
	.culture-img {
		float: left;
		width: 900px;
	}
	.culture-img img{
		width: 100%;
	}
	.culture-txt p {
		padding: 0 0 45px 0;
	}
}

@media screen and (max-width: 1440px){
	.idx-product-txt{
		width: 352px;
	}
	.idx-product-img {
		width: 208px;
	}
	.idx-product-img span {
		display: block;
		width: 208px;
		height: 368px;
	}
	.idx-product-img img {
		width: 208px;
		height: 368px;
	}
	.idx-product-item1 .idx-product-txt {
		padding: 72px 0 0 30px;
	}
	.idx-title {
		font-size: 36px;
	}
	.case-box {
		width: 340px;
	}
	.idx-customer-img {
		width: 770px;
		height: 450px;
		overflow: hidden;
	}
	.idx-news-item {
		width: 288px;
		height: 352px;
	}
	.idx-news-item span {
		width: 240px;
		<!-- height: 140px; -->
	}
	.idx-news-item span img {
		width: 240px;
		
		height: 140px;
	}
	.idx-service-box{
		width: 1200px;
	}
	.idx-service-item{
		height: 110px;
	}
	.idx-service-nav {
		width: 310px;
		padding: 35px 0 0 0;
	}
	.idx-service-content {
		width: 890px;
	}
	.idx-service-img{
		width: 50%;
	}
	.idx-service-img img{
		width: 100%;
	}
	.idx-service-txt {
		width: 370px;
	}

	.solute-item-txt {
		width: 200px;
	}
	.solute-item{
		width: 300px;
	}
	.solute-item-txt h4{
		font-size: 16px;
	}
	.culture-img{
		width: 860px;
	}
	.culture-txt p {
		padding: 0 0 30px 0;
	}
	.news-detail{
		width: 1200px;
	}
}
@media screen and (max-width: 1620px){
	.idx-customer-img {
		width: 910px;
		margin: 0 0 0 0;
	}
}
@media screen and (max-width: 1620px){
	.idx-customer-img {
		width: 800px;
	}
}
@media screen and (max-width: 1366px){
	.logo {
		margin: 26px 0 0 50px;
	}
	.sub-station {
		margin: 24px 50px 0 50px;
	}
	.sub-station ul{
		left: -40px;
	}
	.idx-product-item1 {
		margin: 0 0 0 50px;
	}
	.idx-product-item2 {
		margin: 0 50px 0 0;
	}
	.idx-product-txt{
		width: 352px;
	}
	.idx-product-img {
		width: 208px;
	}
	.idx-product-img span {
		display: block;
		width: 208px;
		height: 368px;
	}
	.idx-product-img img {
		width: 208px;
		height: 368px;
	}
	.idx-product-item1 .idx-product-txt {
		padding: 72px 0 0 30px;
	}
	.case-box {
		width: 325px;
	}
	.idx-title-box {
		padding: 50px 0 50px 50px;
	}
	.idx-customer-img-item{
		width: 120px;
	}
	.idx-customer-tab {
		width: 462px;
		margin: 55px 0 0 50px;
	}
	.idx-customer-img {
		width: 720px;
		height: 435px;
		margin: 0 50px 0 0;
	}
	.cate-nav{
		width: 1200px;
	}
	.cate-nav li {
		height: 60px;
		line-height: 60px;
		font-size: 16px;
	}
	.service-box{
		width: 1200px;
	}
	.culture{
		padding: 100px 0 0 0;
	}
	.service-box-left {
		width: 490px;
	}

	.case-container{
		width: 1240px;
	}
	.news-container{
		width: 1240px;
	}
	.case-item{
		width: 380px;
	}
	.case-item span{
		width: 380px;
		height: 214px;
	}
	.case-item span img{
		width: 380px;
		height: 214px;
	}
	.news-item{
		width: 380px;
		margin: 0 0 30px 22px
	}
	.news-detail{
		width: 1100px;
	}
	.news-item span{
		width: 380px;
		height: 259px;
	}
	.news-item span img{
		width: 380px;
		height: 259px;
	}
	.banner-txt h4, .banner-txt h5{
		font-size: 48px;
	}

	.solute-box{
		width: 1200px;
	}
	.solute-box-left {
		width: 220px;
	}
	.solute-box-left .solute-bar {
		width: 212px;
	}
	.solute-box-mid {
		width: 640px;
	}
	.solute-box-mid .solute-bar {
		width: 632px;
	}
	.solute-box-right {
		width: 220px;
	}
	.solute-box-right .solute-bar {
		width: 212px;
	}
	.about-container{
		width: 1200px;
	}
	.about-content-txt {
		width: 515px;
	}
	.about-num li{
		width: 125px;
	}
	.team-item{
		width: 240px;
	}
	.team-item span{
		width: 130px;
		height: 133px;
	}
	.team-item span img{
		width: 130px;
		height: 133px;
	}
	.team-item i{
		left: 90px;
	}
	.team-item:hover i{
		left: 110px;
		bottom: 55px;
	}
	.contact-container {
		width: 1200px;
	}
	.contact-form{
		width: 1200px;
	}
	.contact-form-left{
		width: 520px;
	}
	.contact-form-right{
		width: 520px;
	}
	.ipt-contact {
		width: 470px;
	}
	.form-item select {
		width: 520px;
	}
	.contact-form textarea {
		width: 470px;
	}
	.contact-item {
		width: 590px;
	}
	.about-content-img {
		width: 580px;
	}
	.culture-txt h4 {
		padding: 0 0 15px 0;
	}
	.hornor-item{
		width: 360px;
		height: 244px;
	}
	.hornor-item span{
		width: 360px;
		height: 244px;
	}
	.hornor-item span img{
		width: 360px;
		height: 244px;
	}
	.hornor-container{
		width: 1200px;
	}
	.pro-box {
		width: 1200px;
	}
	.pro-box-right {
		width: 590px;
	}
	.culture-img{
		width: 650px;
	}
	.about-title{
		width: 1170px;
		margin: 0 auto;
	}
	.foot-logo {
		margin: 0 0 0 50px;
	}
}
@media screen and (max-height: 900px)
{
	.idx-title-box {
		padding: 50px 0 50px 50px;
	}
	.solute-title {
		padding: 50px 0;
		font-size: 36px;
	}
	.solute-bar{
		height: 60px;
	}
	.solute-bar:after{
		width: 50px;
		height: 50px;
	}
	.solute-bar:after{
		width: 50px;
		height: 50px;
		border-radius: 50px;
		position: absolute;
		left: 50%;
		top: 5px;
		margin: 0 0 0 -25px;
		background-size: 30px 30px;
	}
	.solute-box h5 {
		font-size: 20px;
		padding: 20px 0 10px 0;
	}
	.solute-box li{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.solute-box-left,.solute-box-mid,.solute-box-right{
		height: 335px;
	}
	.solute-txt1{
		top: 125px;
	}
	.solute-txt2{
		top: 220px;
	}
	.solute-txt3{
		top: 30px;
	}
}
@media screen and (max-width: 1280px){
	.idx-product-txt {
		width: 335px;
	}
	.idx-title-box {
		padding: 50px 0 50px 50px;
	}
	.case-box {
		width: 306px;
	}
	.idx-customer-tab {
		width: 410px;
	}
	.idx-news-item {
    	width: 280px;
	}
}

.caseDetTj{
	/*margin-top: 70px;*/
	margin-bottom: 20px;
}
.caseDetTj li{
	float: left;
	margin-bottom: 20px;
	text-align: center;
	padding: 0 80px;
	position: relative;
	font-size: 20px;
	color: #999999;
	line-height: 28px;
	height: 124px;
}
.caseDetTj li:nth-child(3n+1){
	padding-left: 44px;
}
.caseDetTj li h3{
	font-size: 26px;
	color: #333333;
	line-height: 80px;
	margin-bottom: 14px;
	height: 80px;
}
.caseDetTj li h3 span{
	font-size: 56px;
	font-weight: bold;
	padding-right: 20px;
}
.caseDetTj li::after{
	content: "";
	display: block;
	width: 1px;
	height: 90px;
	background: #ebebeb;
	position: absolute;
	bottom: 0;
	right: 0;
}
.caseDetTj li:nth-child(3n)::after{
	display: none;
}
.caseDetTj li:last-child::after{
	display: none;
}
.maximg img{
	width: 100%;
	height: 100%;
}
.caseDetTab{
	padding-top: 16px;
}
.caseDetTab a{
	display: inline-block;
	float: left;
	min-width: 98px;
	margin-bottom: 20px;
	margin-right: 20px;
	border-radius: 18px;
	line-height: 36px;
	height: 36px;
	background: #f1f1f1;
	text-align: center;
	font-size: 16px;
	color: #000000;
	padding: 0 18px;
}
.caseDetTab a:hover{
	background: #ea5404;
	color: #fff;
}

.bdshare-button-style0-24 .bds_qzone {
    background-position: 0 -52px
}

.bdshare-button-style0-24 .bds_tsina {
    background-position: 0 -104px
}

.bdshare-button-style0-24 .bds_renren {
    background-position: 0 -208px
}

.bdshare-button-style0-24 .bds_tqq {
    background-position: 0 -260px
}

.bdshare-button-style0-24 .bds_kaixin001 {
    background-position: 0 -312px
}

.bdshare-button-style0-24 .bds_tqf {
    background-position: 0 -364px
}

.bdshare-button-style0-24 .bds_hi {
    background-position: 0 -416px
}

.bdshare-button-style0-24 .bds_douban {
    background-position: 0 -468px
}

.bdshare-button-style0-24 .bds_tieba {
    background-position: 0 -728px
}

.bdshare-button-style0-24 .bds_hx {
    background-position: 0 -988px
}

.bdshare-button-style0-24 .bds_fx {
    background-position: 0 -1040px
}

.bdshare-button-style0-24 .bds_ty {
    background-position: 0 -1196px
}

.bdshare-button-style0-24 .bds_fbook {
    background-position: 0 -1352px
}

.bdshare-button-style0-24 .bds_twi {
    background-position: 0 -1404px
}

.bdshare-button-style0-24 .bds_linkedin {
    background-position: 0 -1664px
}

.bdshare-button-style0-24 .bds_meilishuo {
    background-position: 0 -1716px
}

.bdshare-button-style0-24 .bds_mogujie {
    background-position: 0 -1768px
}

.bdshare-button-style0-24 .bds_diandian {
    background-position: 0 -1820px
}

.bdshare-button-style0-24 .bds_huaban {
    background-position: 0 -1872px
}

.bdshare-button-style0-24 .bds_duitang {
    background-position: 0 -2028px
}

.bdshare-button-style0-24 .bds_youdao {
    background-position: 0 -2080px
}

.bdshare-button-style0-24 .bds_wealink {
    background-position: 0 -2184px
}

.bdshare-button-style0-24 .bds_copy {
    background-position: 0 -2288px
}

.bdshare-button-style0-24 .bds_mail {
    background-position: 0 -2340px
}

.bdshare-button-style0-24 .bds_print {
    background-position: 0 -2392px
}

.bdshare-button-style0-24 .bds_mshare {
    background-position: 0 -2444px
}

.bdshare-button-style0-24 .bds_sqq {
    background-position: 0 -2652px
}

.bdshare-button-style0-24 .bds_sdo {
    background-position: 0 -2704px
}

.bdshare-button-style0-24 .bds_qingbiji {
    background-position: 0 -2756px
}

.bdshare-button-style0-24 .bds_people {
    background-position: 0 -2808px
}

.bdshare-button-style0-24 .bds_xinhua {
    background-position: 0 -2912px
}

.bdshare-button-style0-24 .bds_yaolan {
    background-position: 0 -2964px
}

.bdshare-button-style0-24 .bds_thx {
    background-position: 0 -2496px
}

.bdshare-button-style0-24 .bds_bdhome {
    background-position: 0 -156px
}

.bdshare-button-style0-24 .bds_bdxc {
    background-position: 0 -2548px
}

.bdshare-button-style0-24 .bds_bdysc {
    background-position: 0 -3068px
}

.bdshare-button-style0-24 .bds_isohu {
    background-position: 0 -3016px
}

.bdshare-button-style0-24 .bds_more {
    background-position: 0 0
}

.bdshare-button-style0-24 .bds_ibaidu {
    background-position: 0 -3120px
}

.bdshare-button-style0-24 .bds_weixin {
    background-position: 0 -1612px
}

.bdshare-button-style0-24 .bds_iguba {
    background-position: 0 -1300px
}

.bdshare-button-style0-24 .bds_h163 {
    background-position: 0 -3168px
}

.bdshare-button-style0-24 .bds_evernotecn {
    background-position: 0 -3228px
}

.bdshare-button-style0-24 {
    zoom:1}

.bdshare-button-style0-24:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.bdshare-button-style0-24 a,.bdshare-button-style0-24 .bds_more {
    float: left;
    font-size: 18px;
    padding-left: 25px;
    line-height: 24px;
    height: 24px;
    background-image: url("../img/icons_0_24.png");
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0
}

.bdshare-button-style0-24 a:hover {
    color: #333;
    opacity: .8;
    filter: alpha(opacity=80)
}

.bdshare-button-style0-24 .bds_more {
    color: #333;
    float: left
}

.bdshare-button-style0-24 .bds_count {
    color: #333;
    background: url("../img/icons_0_24.png") no-repeat 0 0;
    width: 45px;
    height: 24px;
    padding: 0;
    text-align: center;
    margin: 6px 6px 0 0
}

.bdshare-button-style0-24 .bds_count:hover {
    background-position: -44px 0
}

.bds_tsohu,.bds_tfh,.bds_baidu,.bds_qq,.bds_msn,.bds_sohu,.bds_qy,.bds_leho,.bds_ifeng,.bds_ff,.bds_tuita,.bds_ms,.bds_deli,.bds_s51,.bds_t163,.bds_share189,.bds_xg,.bds_s139 {
    display: none
}
.share_weixin_qrcode{
        width: 180px;
        margin: 20px auto 0 auto!important;
        text-align: center;
}
table{
        border: 1px solid #333;
        border-collapse: collapse;
        margin: 0 auto;
        width: 80%;
}
td{
        border: 1px solid #333;
}

.team2-item {
	display:flex;
}
.team2-item span img{
	width: 310px;
	height: 460px;
}

.team2-item .team-txt2 {
	width: 220px;
	padding: 0 30px;
	text-align:center;
}
.team2-item .team-txt2 h2{
	font-size:46px;
	color:#0B0B0B;
}
.team2-item .team-txt2 h3{

	margin-top: 8px;
	font-size:26px;
	color:#0B0B0B;
	font-weight:500;
}
.team2-item .team-txt2 h3 span{
	font-size:26px;
	margin: 0 10px;
	background-color:#C3C3C3;
	width:1px;
	height: 18px;
	display:inline-block;
}

.team2-item .team-txt2 p{
	font-size:15px;
	color:#595656;	
	margin-top: 20px;
	line-height:28px;
}

.team3-item {
	
}
.team3-item span {
	position: relative;
}
.team3-item span img{
	width: 102px;
	height: 134px;	
	position: relative;	
	z-index:99;
}
.team3-item span::after{
	content:' ';
	width:40px;
	height:40px;
	background-color:#EAEAEA;	
	position: absolute;
	bottom:-8px;
	right:-10px;
	z-index:2;
}
.team3-item .team-txt3{
	width: 186px;
	margin-bottom: 30px;
} 
.team3-item .team-txt3 h4{
	font-size:18px;
	color:#0B0B0B;
	margin-top:10px;
} 
.team3-item .team-txt3 h5{
	font-size:14px;
	color:#595656;
	margin-top:4px;
	font-weight:600;
} 
.team3-item .team-txt3 h6{
	font-size:12px;
	color:#595656;
	margin-top:2px;
	font-weight:500;
} 
.about-container-flex2 {
	display:flex;
}
